projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da5fb21
)
(flyspell-check-tex-math-command): Use "non-nil" in docstrings.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 3 Nov 2006 15:11:44 +0000
(15:11 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 3 Nov 2006 15:11:44 +0000
(15:11 +0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index b24124851de3941518167d7273de2fd6e99373a7..189b398cb4688760a7c2e1303c2973acbc7b6426 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-189,7
+189,7
@@
Ispell's ultimate default dictionary."
:type 'string)
(defcustom flyspell-check-tex-math-command nil
- "Non
nil means check even inside TeX math environment.
+ "Non
-
nil means check even inside TeX math environment.
TeX math environments are discovered by the TEXMATHP that implemented
inside the texmathp.el Emacs package. That package may be found at:
http://strw.leidenuniv.nl/~dominik/Tools"